home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / mui / tempsetup < prev   
Text File  |  1977-12-31  |  332b  |  16 lines

  1. assign MUI: :Tools/MUI
  2. if exists MUI:Libs
  3.    assign add LIBS: MUI:Libs
  4. endif
  5. if exists MUI:Locale
  6.    assign add LOCALE: MUI:Locale
  7. endif
  8. version >nil: exec.library 39
  9. if not warn
  10.    if exists MUI:Docs
  11.       if exists HELP:dummy ; do not remove
  12.       endif                ; this entry!
  13.       assign add HELP: MUI:Docs
  14.    endif
  15. endif
  16.